-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some CSP fixes #2194
some CSP fixes #2194
Conversation
Deployed to https://pr-2194.aam-digital.net/ |
The security endpoint seems to work now but as long as we don't have the correct hash, this still will send a bunch of reports to sentry and also mill the console. So is this really something we want to keep enabled? |
1 similar comment
The security endpoint seems to work now but as long as we don't have the correct hash, this still will send a bunch of reports to sentry and also mill the console. So is this really something we want to keep enabled? |
97806ec
to
47ee74b
Compare
🎉 This PR is included in version 3.30.0-master.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.30.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
see #1999
allow blob images and fix angular blocking CSP reports going to sentry
CSP configuration is a huge pain *** I still somehow couldn't get a new hash for the index.html script. And setting up nginx with nonces also doesn't look trivial ...